home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / nc_b11.zip / HISTORY.DOC < prev    next >
Text File  |  1992-01-25  |  8KB  |  185 lines

  1. 1/25/92  -  1.5ß11  - Additions
  2.    ***  This version REQUIRES a change to your NAMECHNG.CFG file!!
  3.  
  4.    -  Added sysop & user messages.  When a user REQUESTS an alias, a
  5.    message is sent to the sysop; when the sysop either VERIFYs or
  6.    REJECTs an alias, a message is sent to the user.  Changing an alias
  7.    via NameUtil ASKS if you want a message sent.
  8.  
  9.    -  Configuration file changes:
  10.       Line 4: previously RESERVED, now is either Y or N, for Yes/No
  11.       "Should a message be sent to the sysop when user REQUESTs alias?"
  12.  
  13.       Line 5: previously RESERVED, now is either Y or N, for Yes/No
  14.       "Should a message be sent to the user when sysop VERIFYs or
  15.       REJECTs the alias?"
  16.  
  17.       INSERT Line 6: File name of message base to put messages in
  18.  
  19.       Lines 7 - 12 are old lines 6 - 11.
  20.  
  21.       See Sysop.DOC for full layout of config file
  22.  
  23.    -  Added NameUtil to NameChange packet.  This utility gives full
  24.    configuration & alias file editing capabilities to the LOCAL user.
  25.    It IS NOT intended to be run remotely.
  26.  
  27.    -  Added User Bulletin & PCBoard Help file to improve user
  28.    instruction & usage.
  29.  
  30. 1/14/91   - 1.5ß10  - Additions
  31.    -  Added ErrorLevel returns to NameChng.  Codes are as follows:
  32.           0 - User changed to real name
  33.           1 - User changed to alias
  34.           2 - User requested alias
  35.           3 - Sysop function used
  36.           4 - Non-sysop viewed alias
  37.  
  38.          95 - Error accessing Caller's log
  39.          96 - Error accessing User's File
  40.          97 - Alias File Error
  41.          98 - Configuration File Error
  42.          99 - NameChng Internal Error
  43.  
  44.    -  Add default commands to config file routines.  If NameChng.CFG does not
  45.       contain lines for commands, they default to ALIAS, REAL, REQUEST, VERIFY,
  46.       REJECT, and SHOW.
  47.  
  48.    -  Added real name matching to NameChk, now catches users whose name
  49.       has been restored without unmasking conferences.  (Some mail doors
  50.       have been guilty of this)
  51.  
  52. 1/5/92    - 1.5ß9   - Modification
  53.    -  Modified SHOW command.  When Sysop uses it, SHOW lists all aliases
  54.       in the file.  When a regular user uses it, SHOW lists all aliases FOR
  55.       THAT USER.
  56.  
  57. 12/31/91  -  1.5ß8  - Additions
  58.    -  Added SHOW command to allow sysop to see registered & unregistered
  59.    aliases currently in use.
  60.  
  61.    ***  Need to add SHOW to 11th line of config file!
  62.  
  63.    -  Modified conference change logic to allow PCBoard to do the actual
  64.    change, this will allow PCB to display the NEWS file and the msg scan.
  65.  
  66.  
  67. 12/30/91  -  1.5ß7  - Emergency bug fix
  68.    - bugs found in version 1.5ß6 that did not show up on temporary setup on
  69.    laptop that I was developing on.  NameChng not finding CNames.@@@ file
  70.    properly.  Fixed.
  71.  
  72. 12/26/91  -  1.5ß6  - Additions - **ADDED CONFIG FILE **REQUIRES** CHANGES!!
  73.  
  74.    ***  Added a configuration file, eliminated the PCB/MAIN parameter from ALL
  75.    command lines.  This version REQUIRES that you change your door batch files
  76.    AND your $$LOGOFF file!!!
  77.  
  78.    -  Configuration file gives optional naming ability for commands.  See
  79.    SYSOP.DOC for more.
  80.  
  81.    -  Added VERIFY & REJECT sysop-only commands.  Format is Verify Joe Blow,
  82.    where Joe Blow is EITHER the alias or the person's real name.  The first
  83.    unverified alias line matching the name will be verified or deleted.  Makes
  84.    caller's log entry and has on-screen response.
  85.  
  86.    -  Fixed problem with user requesting blank alias
  87.  
  88.    -  Debug code still included.
  89.  
  90.  
  91. 12/21/91  -  1.4ß5  - Additions + debug code
  92.  
  93.    -  REQUEST command now displays the file REQUEST.TXT to the user after
  94.    adding the alias to the file.  It also makes a caller's log entry.
  95.  
  96.    -  A problem has been reported with the door crashing on a single node
  97.    system.  Some debug code has been added to this version to help track the
  98.    error.
  99.  
  100. 12/19/91  -  1.4ß  - Additions
  101.  
  102.    -  Added REQUEST user command.  Only works on the one-batch method, instead
  103.    of REAL or ALIAS, the user types REQUEST plus the alias they are
  104.    requesting.  NameChng adds the name & alias to the alias file w/ a caret
  105.    (^) in column one and a blank in column two.  This is an UNVERIFIED alias
  106.    and will not be accessible until you delete the first two characters of the
  107.    line.  Coming soon VERIFY & REJECT commands.
  108.  
  109.    -  Added CNames check for access into public conferences.  Fully supports
  110.    access based on registrations, public/private conference setting, and
  111.    public conference security.
  112.  
  113.  
  114. 12/15/91 - 1.3ß - Bug fix, plus addition
  115.    There are two versions of NAMCHG3B, one has old 1.2 EXEs, THIS one was
  116.    all the correct files and a few extra fixes.
  117.  
  118.    - NameIndex was not adding the LAST user in the base to the indices. Fixed.
  119.  
  120.    - Parsing routine was not recognizing range definitions properly in the
  121.    alias file if they ended the line.  ie !A 62-81 2 would work properly, but
  122.    !A 2 62-81 would not.  Fixed.
  123.  
  124.    - Added NamePurge.  Kills aliases for users no longer in the PCBNDX files.
  125.  
  126. 12/14/91 - 1.2ß - Bug fix
  127.    - NameChang was not checking registration in alias home conference,
  128.    allowing user to get to the main board in the alias.  Fixed.
  129.  
  130.    Known problem: NameChange ONLY checks to see if the user is registered in a
  131.    conference.  It has no way at this point to tell if the conference is a
  132.    public conference or not.  So, because of the way PCB handles public
  133.    conferences, it's possible for a user to get the "not registered" message
  134.    even though they'd have access thru PCBoard UNLESS you make sure the R flag
  135.    is ON for that conference in the USERS rec.
  136.  
  137.    A new version with a CNAMES check is under construction but will take a few
  138.    days to develop.  Because of the potential security damage, I felt it was
  139.    important to get this fix out ASAP.
  140.  
  141.    - NameIndex would build indices for names starting with a
  142.    non-alphabetic character.  These should be in PCBNDX.A or .Z
  143.    depending on the ASCII sequence of the character.  Fixed.
  144.  
  145. 12/12/91 - 1.1ß - Upgrade
  146.    -  Added caller's log entry into NameChng.  Now will make an entry
  147.    showing the what happened during the door.
  148.  
  149.  
  150. 12/10/91 - 1.0ß  First public release
  151.    First started wide-area beta testing.  Features include: small, fast shell
  152.    operation, multiple aliases, conference masks, automatic restoration, and
  153.    text editor simplicity.
  154.  
  155.    - Added registration detection thru program constant (ie separate
  156.      executible for registered version)  ** PLANS ** Use KEY file
  157.  
  158.    - Documentation expanded / enhanced / and generally prettified.  Goals of
  159.      easy setup and readability as well as accuracy and completeness. Expanded
  160.      examples, added pretty file header.  (it's late *grin*)
  161.  
  162.    - Added NameIndx program to add alias names into PCBNDX files, no longer
  163.    have to have confs marked as ECHO, mail waiting flags work.  Beta release
  164.    held back a day to add program and documentation.
  165.  
  166. 12/7/91 - 0.2α
  167.  
  168.     -  Added multiple aliases through optional 4th parameter, alias number.
  169.  
  170.     -  re-fixed parsing error and got it right this time
  171.  
  172.     -  Added real name check while looking up alias, allows user to switch
  173.     from one alias to another without going thru real name.
  174.  
  175. 12/2/91 - 0.1α
  176.     -  Added node logic to save file name, clearing aliases on one node no
  177.        longer changes users logged onto other nodes
  178.  
  179.     -  Config file parse routine not working properly - fixed.
  180.  
  181.     -  First draft documentaion written
  182.  
  183. 11/18/91  -  NameChng 0.0 alpha test begins at Sybil BBS. There was no
  184.              distribution during alpha testing.
  185.